From c4e7b38d42f3dea3fa81f0f2275bf7a4e92164b9 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Fri, 22 Dec 2017 14:12:23 +0000 Subject: [PATCH] Fix uImage build [bwh: This was added without a description, but I think it is dealing with a similar issue to powerpcspe-omit-uimage.patch] Gbp-Pq: Topic debian Gbp-Pq: Name arch-sh4-fix-uimage-build.patch --- arch/sh/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 280bbff1210..4e7d0631140 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -83,7 +83,6 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ # Give the various platforms the opportunity to set default image types defaultimage-$(CONFIG_SUPERH32) := zImage -defaultimage-$(CONFIG_SH_SH7785LCR) := uImage defaultimage-$(CONFIG_SH_RSK) := uImage defaultimage-$(CONFIG_SH_URQUELL) := uImage defaultimage-$(CONFIG_SH_MIGOR) := uImage -- 2.30.2